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.
1 parent b473172 commit cac2ea4Copy full SHA for cac2ea4
src/scripts/install-sdk.sh
@@ -11,7 +11,7 @@ function install_flutter() {
11
12
baseurl="https://storage.googleapis.com/flutter_infra_release/releases/stable"
13
14
- fullurl="$baseurl/$uname/${version}_$ORB_VAL_FLUTTER_SK_VERSION-stable.${suffix}"
+ fullurl="$baseurl/$uname/${version}_$ORB_VAL_FLUTTER_SDK_VERSION-stable.${suffix}"
15
16
curl -o "flutter_sdk.${suffix}" "$fullurl"
17
}
0 commit comments