Skip to content

Commit 93ff28b

Browse files
authored
Fix beta channel download URL for Flutter SDKs (#8175)
1 parent 367e077 commit 93ff28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/setup-flutter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else
3030

3131
# Download and extract Flutter SDK
3232
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
33+
curl -sS "https://storage.googleapis.com/flutter_infra_release/releases/${CHANNEL}/linux/flutter_linux_$2-${CHANNEL}.tar.xz" >flutter.tar.xz
3434
tar xf flutter.tar.xz
3535
rm flutter.tar.xz
3636

0 commit comments

Comments
 (0)