diff --git a/src/main.cpp b/src/main.cpp index b9d6a05..3dee472 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,7 +12,7 @@ Input getInput(int day, string key, bool useTestInput, int testFetchIndex) { if (!std::filesystem::exists({localFilePath})) { string dayStr = std::to_string(day); - string url = "https://adventofcode.com/2022/day/" + dayStr; + string url = "https://adventofcode.com/2023/day/" + dayStr; auto cookies = cpr::Cookies{{"session", key}}; if (!useTestInput){ if (key.empty()){