diff --git a/fuzzit.sh b/fuzzit.sh index 8d915de792..37f83db686 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -11,7 +11,7 @@ go get -t -v ./... go get github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build -wget -q -O fuzzitbin https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.24/fuzzit_Linux_x86_64 +wget -q -O fuzzitbin https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.52/fuzzit_Linux_x86_64 chmod a+x fuzzitbin for w in request response cookie url; do