diff --git a/fuzzit.sh b/fuzzit.sh index 3abe6d4..1434e4e 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -22,7 +22,7 @@ clang -fsanitize=fuzzer parse-complex.a -o parse-complex ## Install fuzzit specific version for production or latest version for development : # https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64 -wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.23/fuzzit_Linux_x86_64 +wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.24/fuzzit_Linux_x86_64 chmod a+x fuzzit ## upload fuzz target for long fuzz testing on fuzzit.dev server or run locally for regression