Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Oct 11, 2023
1 parent 8c86ae7 commit f2e4e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl_fuzzbench_composition/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/tokatoka/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 9c6716e2153b6678bffd9e4a7fd9b556d86f057d && \
git checkout 37410b462b32aba5da6f69f2d7e39a52dc85c7f8 && \
git submodule update --init

# We'll build the fuzzer in fuzzer.py
Expand Down

0 comments on commit f2e4e10

Please sign in to comment.