Skip to content

Commit c8fb6c5

Browse files
committed
ci: fix download link for PostgREST static linux binary
1 parent 7c2878c commit c8fb6c5

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
@@ -58,7 +58,7 @@
5858
{%- if platform == "arm64" -%}
5959
ubuntu-aarch64
6060
{%- elif platform == "amd64" -%}
61-
inux-static-x86-64
61+
linux-static-x86-64
6262
{%- endif -%}
6363
6464
- name: PostgREST - unpack archive in /opt

0 commit comments

Comments
 (0)