Skip to content

Commit 0bb547e

Browse files
[mac OS] Update miniconda download link (#8042)
1 parent 08794b3 commit 0bb547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/macos/provision/core/miniconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e -o pipefail
22

33
MINICONDA_INSTALLER="/tmp/miniconda.sh"
4-
curl -fsSL https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o $MINICONDA_INSTALLER
4+
curl -fsSL https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o $MINICONDA_INSTALLER
55
chmod +x $MINICONDA_INSTALLER
66
sudo $MINICONDA_INSTALLER -b -p /usr/local/miniconda
77

0 commit comments

Comments
 (0)