diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index bd14bbc4..5e6983ae 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -1884,7 +1884,7 @@ else fi if [ -z "$PYTHON_BUILD_MIRROR_URL" ]; then - PYTHON_BUILD_MIRROR_URL="https://yyuu.github.io/pythons" + PYTHON_BUILD_MIRROR_URL="https://pyenv.github.io/pythons" PYTHON_BUILD_DEFAULT_MIRROR=1 else PYTHON_BUILD_MIRROR_URL="${PYTHON_BUILD_MIRROR_URL%/}"