Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Oct 17, 2024
1 parent 12895f1 commit c17928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/kfuzz/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update && \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

# Download afl++.
RUN git clone -b stable https://github.com/KFuzzing/KFuzz /afl && \
RUN git clone https://github.com/KFuzzing/KFuzz /afl && \
cd /afl && \
git checkout 40dc2da4027eacd96ecab3536a7fc7feb9ef39b9 || \
true
Expand Down

0 comments on commit c17928c

Please sign in to comment.