Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Aug 18, 2024
1 parent 83ab1bd commit ef39463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_new/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone -b dev https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 2e57d865769541ca5fe8463e959c671f0eb7558a || \
git checkout 93fb1d1a241168f67f65bdb4dbdb05c0b5f25acf || \
true

# Build without Python support as we don't need it.
Expand Down

0 comments on commit ef39463

Please sign in to comment.