Skip to content

Commit

Permalink
Fixed download
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 1, 2024
1 parent 9cbd334 commit 7d2d8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/or-tools/vendor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
os = os_info["ID"]
os_version = os_info["VERSION_ID"]

if os == "ubuntu" && os_version == "22.04" && !arm
if os == "ubuntu" && os_version == "24.04" && !arm
filename = "or-tools_amd64_ubuntu-24.04_cpp_v#{version}.tar.gz"
checksum = "42718f8e77383ceeefb25ca12ac0c9e91dd9afb8e0848b1141314be499f86d79"
elsif os == "ubuntu" && os_version == "22.04" && !arm
Expand Down

0 comments on commit 7d2d8bf

Please sign in to comment.