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.
2 parents 3a858ae + 75ccf49 commit 2df1994Copy full SHA for 2df1994
build.rs
@@ -94,7 +94,7 @@ mod download {
94
let (file_or_url, tarball_bytes) = match std::env::var("BITCOIND_TARBALL_FILE") {
95
Err(_) => {
96
let download_endpoint = std::env::var("BITCOIND_DOWNLOAD_ENDPOINT")
97
- .unwrap_or("https://bitcoincore.org/bin/".to_owned());
+ .unwrap_or("https://bitcoincore.org/bin".to_owned());
98
99
let url = format!(
100
"{}/bitcoin-core-{}/{}",
0 commit comments