From 58866f083d640b382df0c003d9e14156a12b2e09 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 11 Sep 2019 09:08:20 +0200 Subject: [PATCH] Fix fuzzit job (#6005) Signed-off-by: Simon Pasquier --- fuzzit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzit.sh b/fuzzit.sh index 7f22132196..002e1cb66f 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -21,7 +21,7 @@ do done # Install fuzzit CLI -wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.29/fuzzit_Linux_x86_64 +wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.45/fuzzit_Linux_x86_64 chmod a+x fuzzit for TARGET in "${TARGETS[@]}"