We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20d164 commit 3531c83Copy full SHA for 3531c83
ext/or-tools/vendor.rb
@@ -28,7 +28,7 @@
28
os = os_info["ID"]
29
os_version = os_info["VERSION_ID"]
30
31
- if os == "ubuntu" && os_version == "22.04" && x86_64
+ if os == "ubuntu" && os_version == "22.04" && !arm
32
filename = "or-tools_amd64_ubuntu-22.04_cpp_v#{version}.tar.gz"
33
checksum = "2a332e95897ac6fc2cfd0122bcbc07cfd286d0f579111529cc99ac3076f5421a"
34
elsif os == "ubuntu" && os_version == "20.04" && !arm
0 commit comments