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

Commit 521b0f5

Browse files
author
Yevgeny Pats
committed
Update fuzzit CLI fuzzit.sh
1 parent 7e289d7 commit 521b0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ clang -fsanitize=fuzzer parse-complex.a -o parse-complex
2222

2323
## Install fuzzit specific version for production or latest version for development :
2424
# 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.23/fuzzit_Linux_x86_64
25+
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.29/fuzzit_Linux_x86_64
2626
chmod a+x fuzzit
2727

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

0 commit comments

Comments
 (0)