diff --git a/download-dependencies.sh b/download-dependencies.sh index 7dd1bd48..d449ad7a 100755 --- a/download-dependencies.sh +++ b/download-dependencies.sh @@ -6,7 +6,7 @@ cd ./dependencies # Removing prior dependencies rm -rf * echo "Downloading dependencies" -curl -sS https://preview.documentation.bedrock.aws.dev/Documentation/SDK/bedrock-python-sdk.zip > sdk.zip && \ +curl -sS https://d2eo22ngex1n9g.cloudfront.net/Documentation/SDK/bedrock-python-sdk.zip > sdk.zip && \ echo "Unpacking dependencies" # (SageMaker Studio system terminals don't have `unzip` utility installed) if command -v unzip &> /dev/null