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 367e077 commit 93ff28bCopy full SHA for 93ff28b
tool/setup-flutter.sh
@@ -30,7 +30,7 @@ else
30
31
# Download and extract Flutter SDK
32
cd "$WORK_DIR"
33
- curl -sS "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_$2-${CHANNEL}.tar.xz" >flutter.tar.xz
+ curl -sS "https://storage.googleapis.com/flutter_infra_release/releases/${CHANNEL}/linux/flutter_linux_$2-${CHANNEL}.tar.xz" >flutter.tar.xz
34
tar xf flutter.tar.xz
35
rm flutter.tar.xz
36
0 commit comments