diff --git a/build-support/bin/install_aws_cli_for_ci.sh b/build-support/bin/install_aws_cli_for_ci.sh index 43bb80cc5fb5..fe0f4cf0e895 100755 --- a/build-support/bin/install_aws_cli_for_ci.sh +++ b/build-support/bin/install_aws_cli_for_ci.sh @@ -24,7 +24,7 @@ if [[ ! -x "${AWS_CLI_BIN}" ]]; then unzip awscli-bundle.zip # NB: We must run this with python3 because it defaults to `python`, which refers to Python 2 in Linux GitHub # Actions CI job and is no longer supported. - python3 ./aws/install --install-dir "${AWS_CLI_ROOT}" + python3 ./awscli-bundle/install --install-dir "${AWS_CLI_ROOT}" popd