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 c407d42 commit 262dbaaCopy full SHA for 262dbaa
tools/download_engine.py
@@ -14,7 +14,7 @@
14
# Downloads the latest engine artifacts for use by the linker.
15
def main():
16
engine_dir = Path(__file__).parent.parent / 'engine'
17
- github_url = 'https://github.com/flutter-tizen/engine/releases'
+ github_url = 'https://github.com/flutter-tizen/flutter/releases'
18
19
stamp = ''
20
stamp_file = engine_dir / 'engine.stamp'
0 commit comments