diff --git a/ansible/manifest-playbook.yml b/ansible/manifest-playbook.yml index 583e3596c..a7d004ee0 100644 --- a/ansible/manifest-playbook.yml +++ b/ansible/manifest-playbook.yml @@ -63,7 +63,7 @@ - name: Download gandalf archive get_url: - url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/gandalf/v{{ gandalf_release }}/gandalf_{{ gandalf_release }}_linux_arm64.tar.gz" + url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/gandalf/v{{ gandalf_release }}/gandalf-{{ gandalf_release }}-linux-arm64.tar.gz" dest: "/tmp/gandalf.tar.gz" timeout: 90