Skip to content

Commit 4464828

Browse files
committed
fix: url path formatting
1 parent b041679 commit 4464828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-postgrest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
- name: PostgREST - download ubuntu binary archive (x86)
5858
get_url:
59-
url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x64.tar.xz"
59+
url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x86-64.tar.xz"
6060
dest: /tmp/postgrest.tar.xz
6161
checksum: "{{ postgrest_x86_release_checksum }}"
6262
timeout: 60

0 commit comments

Comments
 (0)