diff --git a/postgrest/postgrest.sls b/postgrest/postgrest.sls
index 533ef933025a0ae0e77c9ebad74038558add1933..d2d951fdd2b5398176d641b513eeb34ea9841963 100644
--- a/postgrest/postgrest.sls
+++ b/postgrest/postgrest.sls
@@ -4,7 +4,7 @@
 postgrest_{{ instance_name }}_fetch:
   archive.extracted:
     - name: /srv/postgrest/{{ tag }}/
-    - source: https://github.com/PostgREST/postgrest/releases/download/{{ tag }}/postgrest-{{ tag }}-linux-x64-static.tar.xz
+    - source: https://github.com/PostgREST/postgrest/releases/download/{{ tag }}/postgrest-{{ tag }}-linux-static-x64.tar.xz
     - source_hash: {{ instance_conf.hash }}
     - enforce_toplevel: false
     - mode: 644