Skip to content

Commit

Permalink
fix grimoire in this branch too
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Sep 25, 2023
1 parent 20f61de commit 1ce75ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl_fuzzbench_grimoire/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/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 310fe4048bb90def1619f65714ab285a4e7d2e75 && \
git checkout 39b9f69a4d79710cdab0ad3270a8fed43557d870 && \
git submodule update --init

# Compile libafl
Expand Down

0 comments on commit 1ce75ea

Please sign in to comment.