diff --git a/libafl_qemu/build_linux.rs b/libafl_qemu/build_linux.rs index d9478507d3..21676bc879 100644 --- a/libafl_qemu/build_linux.rs +++ b/libafl_qemu/build_linux.rs @@ -3,7 +3,7 @@ use which::which; const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge"; const QEMU_DIRNAME: &str = "qemu-libafl-bridge"; -const QEMU_REVISION: &str = "ebda58f3e94a82f769890814339295b467f16680"; +const QEMU_REVISION: &str = "7dfe8278546b94ae3d18517cfd97bc20c717ed66"; fn build_dep_check(tools: &[&str]) { for tool in tools {