Skip to content

Commit c493b06

Browse files
[Windows] Update miniconda download link (#8041)
1 parent 55a4c8c commit c493b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/win/scripts/Installers/Install-Miniconda.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $CondaDestination = "C:\Miniconda"
77

88
# Install the latest Miniconda
99
$InstallerName = "Miniconda3-latest-Windows-x86_64.exe"
10-
$InstallerUrl = "https://repo.continuum.io/miniconda/${InstallerName}"
10+
$InstallerUrl = "https://repo.anaconda.com/miniconda/${InstallerName}"
1111
$ArgumentList = ("/S", "/AddToPath=0", "/RegisterPython=0", "/D=$CondaDestination")
1212

1313
Install-Binary -Url $InstallerUrl -Name $InstallerName -ArgumentList $ArgumentList

0 commit comments

Comments
 (0)