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

Commit 1a2499f

Browse files
author
Yevgeny Pats
authored
Update fuzzit.sh
1 parent 5245c79 commit 1a2499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ go-fuzz-build -libfuzzer -o parse-complex.a .
2121
clang -fsanitize=fuzzer parse-complex.a -o parse-complex
2222

2323
## Install fuzzit latest version:
24-
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64
24+
wget -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64
2525
chmod a+x fuzzit
2626

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

0 commit comments

Comments
 (0)