diff --git a/bundled.rs b/bundled.rs index 1b90872..e656371 100644 --- a/bundled.rs +++ b/bundled.rs @@ -37,7 +37,7 @@ pub fn download_scip() { }; let url = format!( - "https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.6.1/libscip-{os_string}.zip" + "https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.7.0/libscip-{os_string}.zip" ); download_and_extract_zip(&url, &extract_path)