Skip to content

Commit 8550bf4

Browse files
authored
Merge branch 'trunk' into update-mutitool-binaries
2 parents 8914b77 + 569934a commit 8550bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/edge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub const EDGE_NAMES: &[&str] = &[
4545
];
4646
pub const EDGEDRIVER_NAME: &str = "msedgedriver";
4747
pub const WEBVIEW2_NAME: &str = "webview2";
48-
const DRIVER_URL: &str = "https://msedgedriver.azureedge.net/";
48+
const DRIVER_URL: &str = "https://msedgedriver.microsoft.com/";
4949
const LATEST_STABLE: &str = "LATEST_STABLE";
5050
const LATEST_RELEASE: &str = "LATEST_RELEASE";
5151
const BROWSER_URL: &str = "https://edgeupdates.microsoft.com/api/products/";

0 commit comments

Comments
 (0)