Skip to content

Commit

Permalink
Fix fuzzit job (#6005)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier authored Sep 11, 2019
1 parent 337a1fb commit 58866f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
Expand Down

0 comments on commit 58866f0

Please sign in to comment.