Skip to content

Commit d964075

Browse files
committed
fix appveyor download
1 parent 7eb9914 commit d964075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-helpers/appveyor/install-miniconda.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (! $env:ASTROPY_LTS_VERSION) {
1111

1212
function DownloadMiniconda ($version, $platform_suffix) {
1313
$webclient = New-Object System.Net.WebClient
14-
$filename = "Miniconda-" + $version + "-Windows-" + $platform_suffix + ".exe"
14+
$filename = "Miniconda2-" + $version + "-Windows-" + $platform_suffix + ".exe"
1515

1616
$url = $MINICONDA_URL + $filename
1717

0 commit comments

Comments
 (0)