Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Oct 12, 2023
1 parent a1dd4df commit 8cb3988
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 f0cfd49bdbdfe22c05c50afa5d98a5c05e2ef18d && \
git checkout 6c7db870cda249ebd106a274c40fa1bfe20aadf0 && \
git submodule update --init

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

0 comments on commit 8cb3988

Please sign in to comment.