Skip to content

Commit 3531c83

Browse files
committed
Fixed check
1 parent f20d164 commit 3531c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/or-tools/vendor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
os = os_info["ID"]
2929
os_version = os_info["VERSION_ID"]
3030

31-
if os == "ubuntu" && os_version == "22.04" && x86_64
31+
if os == "ubuntu" && os_version == "22.04" && !arm
3232
filename = "or-tools_amd64_ubuntu-22.04_cpp_v#{version}.tar.gz"
3333
checksum = "2a332e95897ac6fc2cfd0122bcbc07cfd286d0f579111529cc99ac3076f5421a"
3434
elsif os == "ubuntu" && os_version == "20.04" && !arm

0 commit comments

Comments
 (0)