Skip to content

Commit

Permalink
Fix Linux x64 url
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed May 4, 2023
1 parent ee2125f commit 06625c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/vmmaker.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if(GENERATE_SOURCES)
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
message("Defining Linux VM x86_64 to download for code generation")
set(VMMAKER_VM ${VMMAKER_DIR}/vm/pharo)
set(VM_URL https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.0.2-fdd3df06-Linux-x86_64-bin.zip)
set(VM_URL https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.0.2-fdd3df0-Linux-x86_64-bin.zip)
set(VM_URL_HASH SHA256=be97eff9525a70aca457f2bc77ddd775756c17b7a799adb3b12db7810763403c)
elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm64"))
message("Defining arm64 OSX VM to download for code generation")
Expand Down

0 comments on commit 06625c5

Please sign in to comment.