Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jan 8, 2025
1 parent 2f38899 commit b70765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/afl_mb/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Download and compile AFL v2.57b.
# Set AFL_NO_X86 to skip flaky tests.
RUN git clone --depth 1 \
https://github.com/MagicHavoc/Havoc-Study/tree/main/fuzzers/Havoc_DMA
https://github.com/MagicHavoc/Havoc-Study
RUN mv Havoc_DMA/fuzzers/Havoc_DMA /afl
RUN cd /afl && \
CFLAGS= CXXFLAGS= AFL_NO_X86=1 make
Expand Down

0 comments on commit b70765f

Please sign in to comment.