diff --git a/utils/getpuzzle.sh b/utils/getpuzzle.sh index c81491f..9155b6d 100755 --- a/utils/getpuzzle.sh +++ b/utils/getpuzzle.sh @@ -5,4 +5,4 @@ day=$(date +%-d) echo "Getting input for day $day" -curl -s -S --cookie "$COOKIE" --output ./input.txt https://adventofcode.com/2023/day/$day/input +curl -s -S --cookie "$COOKIE" --output ./input.txt https://adventofcode.com/2024/day/$day/input