Skip to content

Commit ee4aaf2

Browse files
committed
update download URL to point to renamed release
This commit updates the URL to point to the "3.0.0" release (previously "cudd-3.0.0).
1 parent 566383d commit ee4aaf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::path::{Path, PathBuf};
88
use std::process::Command;
99

1010
const PACKAGE_URL: &str =
11-
"https://github.com/cuddorg/cudd/releases/download/cudd-3.0.0/cudd-3.0.0.tar.gz";
11+
"https://github.com/cuddorg/cudd/releases/download/3.0.0/cudd-3.0.0.tar.gz";
1212
const PACKAGE_SHA256: &str = "5fe145041c594689e6e7cf4cd623d5f2b7c36261708be8c9a72aed72cf67acce";
1313

1414
#[derive(Debug)]

0 commit comments

Comments
 (0)