Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 66fb36a

Browse files
author
Yevgeny Pats
authored
Update fuzzit.sh
1 parent 52cc709 commit 66fb36a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fuzzit.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ go get -d -v -u ./...
2020
go-fuzz-build -libfuzzer -o parse-complex.a .
2121
clang -fsanitize=fuzzer parse-complex.a -o parse-complex
2222

23-
## Install fuzzit specific version for production or latest version for development :
24-
# https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64
25-
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.46/fuzzit_Linux_x86_64
23+
## Install fuzzit latest version:
24+
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64
2625
chmod a+x fuzzit
2726

2827
## upload fuzz target for long fuzz testing on fuzzit.dev server or run locally for regression

0 commit comments

Comments
 (0)