Index: template-parts/plugin-single.php
===================================================================
--- template-parts/plugin-single.php	(revision 5192)
+++ template-parts/plugin-single.php	(working copy)
@@ -95,7 +95,9 @@
 				</div>
 			<?php endif; ?>
 			<div>
-				<a class="plugin-download button download-button button-large" href="<?php echo esc_url( Template::download_link() ); ?>" itemprop="downloadUrl"><?php _e( 'Download', 'wporg-plugins' ); ?></a>
+				<?php if ( get_post_status() !== 'disabled' || current_user_can( 'plugin_admin_view', get_post() ) ) : ?>
+					<a class="plugin-download button download-button button-large" href="<?php echo esc_url( Template::download_link() ); ?>" itemprop="downloadUrl"><?php _e( 'Download', 'wporg-plugins' ); ?></a>
+				<?php endif; ?>
 				<?php if ( current_user_can( 'plugin_admin_view', get_post() ) ) : ?>
 					<br>
 					<a class="plugin-edit hide-if-no-js" href="<?php echo esc_url( get_permalink() . 'admin/' ); ?>"><?php _e( 'Admin', 'wporg-plugins' ); ?></a>
