Skip to content

Commit

Permalink
change link to unipept-libsais to https
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVandeVyver authored Oct 28, 2024
1 parent 0879f4e commit 1cd0465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsais64-rs/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn main() -> Result<(), Box<dyn Error>> {

// clone the c library
Command::new("git")
.args(["clone", "git@github.com:unipept/unipept-libsais.git", "libsais", "--depth=1"])
.args(["clone", "https://github.com/unipept/unipept-libsais.git", "libsais", "--depth=1"])
.status()
.expect("Failed to clone the libsais repository");

Expand Down

0 comments on commit 1cd0465

Please sign in to comment.