diff --git a/doc/user/duo_workflow/_index.md b/doc/user/duo_workflow/_index.md
index 8f0248f814f6a0d6e6018e9340b218c68367fd9e..fe4b39917fe069bd5859b2101c11883f814b50b0 100644
--- a/doc/user/duo_workflow/_index.md
+++ b/doc/user/duo_workflow/_index.md
@@ -136,12 +136,17 @@ The automated setup script:
 You can run the script with the `--dry-run` flag to check the dependencies
 that get installed with the script.
 
-1. Download the [setup script](https://gitlab.com/-/snippets/3745948).
+1. Download the [setup script](https://gitlab.com/gitlab-org/duo-workflow/duo-workflow-executor/-/blob/main/scripts/install-runtime).
+
+   ```shell
+   wget https://gitlab.com/gitlab-org/duo-workflow/duo-workflow-executor/-/raw/main/scripts/install-runtime
+   ```
+
 1. Run the script.
 
    ```shell
-   chmod +x duo_workflow_runtime.sh
-   ./duo_workflow_runtime.sh
+   chmod +x install-runtime
+   ./install-runtime
    ```
 
 #### Manual setup