Skip to content

Commit 262dbaa

Browse files
committed
Fix engine download url
1 parent c407d42 commit 262dbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/download_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Downloads the latest engine artifacts for use by the linker.
1515
def main():
1616
engine_dir = Path(__file__).parent.parent / 'engine'
17-
github_url = 'https://github.com/flutter-tizen/engine/releases'
17+
github_url = 'https://github.com/flutter-tizen/flutter/releases'
1818

1919
stamp = ''
2020
stamp_file = engine_dir / 'engine.stamp'

0 commit comments

Comments
 (0)