Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Sep 27, 2023
1 parent 63916ac commit 9b5dd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get update && \
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl

# Checkout a current commit
RUN cd /libafl && git checkout c103444396697af102dce2b936a00e93017057ba || true
RUN cd /libafl && git checkout 324db072a2f0a25f4e891d8a008a2feff240fb79 || true
# Note that due a nightly bug it is currently fixed to a known version on top!

# Compile libafl.
Expand Down

0 comments on commit 9b5dd8a

Please sign in to comment.