We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flutter_infra_release
1 parent 7b4b0c2 commit 8b91516Copy full SHA for 8b91516
setup.sh
@@ -19,7 +19,7 @@ fi
19
20
# Calculate download Url. Based on:
21
# https://flutter.dev/docs/development/tools/sdk/releases
22
-PREFIX="https://storage.googleapis.com/flutter_infra/releases"
+PREFIX="https://storage.googleapis.com/flutter_infra_release/releases"
23
BUILD="flutter_${OS}_${VERSION}-${CHANNEL}.${EXT}"
24
25
URL="${PREFIX}/${CHANNEL}/${OS}/${BUILD}"
0 commit comments