File tree Expand file tree Collapse file tree
examples/lfi-hello-example Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ endif()
2828
2929if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
3030 if (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "x86_64" )
31- set (lfi-clang-url https://github.com/lfi-project/lfi-llvm-toolchain /releases/download/v0.9 /x86_64-lfi-clang.tar.gz)
31+ set (lfi-clang-url https://github.com/lfi-project/lfi/releases/download/v0.10 /x86_64-lfi-clang.tar.gz)
3232 elseif (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "aarch64" )
33- set (lfi-clang-url https://github.com/lfi-project/lfi-llvm-toolchain /releases/download/v0.9 /aarch64-lfi-clang.tar.gz)
33+ set (lfi-clang-url https://github.com/lfi-project/lfi/releases/download/v0.10 /aarch64-lfi-clang.tar.gz)
3434 else ()
3535 message (FATAL_ERROR "LFI binaries only available for x86_64 and aarch64." )
3636 endif ()
You can’t perform that action at this time.
0 commit comments