Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wuestholz committed Apr 29, 2024
1 parent a0abb73 commit dd65843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run-all-fuzzers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ docker pull ghcr.io/foundry-rs/foundry@sha256:e3ba202249cccdffafc0d0e90c43baca8f
docker pull ghcr.io/crytic/echidna/echidna:v2.0.4
docker pull fuzzland/ityfuzz:v0.0.1
docker build --rm -t "hybrid-echidna:v0.0.2" -f Dockerfile.optik .
# rm -rf optic-tmp
# git clone https://github.com/crytic/optik.git optic-tmp
# cd optic-tmp
# rm -rf optik-tmp
# git clone https://github.com/crytic/optik.git optik-tmp
# cd optik-tmp
# git checkout v0.0.2
# git apply ../optik-dockerfile.patch
# docker build --rm -t "hybrid-echidna:v0.0.2" -f Dockerfile .
Expand Down

0 comments on commit dd65843

Please sign in to comment.