diff --git a/postgrest/postgrest.sls b/postgrest/postgrest.sls
index 20c5f619533c1d44c42ce5eda1241fd367cbca30..533ef933025a0ae0e77c9ebad74038558add1933 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 }}-ubuntu.tar.xz
+    - source: https://github.com/PostgREST/postgrest/releases/download/{{ tag }}/postgrest-{{ tag }}-linux-x64-static.tar.xz
     - source_hash: {{ instance_conf.hash }}
     - enforce_toplevel: false
     - mode: 644