Skip to content

Commit

Permalink
Fix issue with URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaholtNOAA committed Oct 19, 2023
1 parent a5fc945 commit 09c3917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ if [ "${BUILD_CONDA}" = "on" ] ; then
test $os == Darwin && os=MacOSX
hardware=$(uname -m)
installer=Miniforge3-${os}-${hardware}.sh
curl -L -O "https://github.com/conda-forge/miniforge/releases/23.3.1-1/download/${installer}"
curl -L -O "https://github.com/conda-forge/miniforge/releases/download/23.3.1-1/${installer}"
bash ./${installer} -bfp "${CONDA_BUILD_DIR}"
rm ${installer}
fi
Expand Down

0 comments on commit 09c3917

Please sign in to comment.